home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / virtual_.swf / scripts / frame_4 / DoAction_2.as next >
Encoding:
Text File  |  2007-09-27  |  437 b   |  16 lines

  1. if(pLoadInit != true)
  2. {
  3.    set("/:gGameState","LOADING");
  4.    pLoadStartTime = int(getTimer() / 1000);
  5.    tellTarget("/hs_scripts")
  6.    {
  7.       call("mLoading");
  8.    }
  9.    pLoadInit = true;
  10. }
  11. if(eval("/:gHSTrackLoad") && pTrackLoadCalled != true)
  12. {
  13.    loadVariablesNum("/tracking.html?game=" add eval("/:gGameID") add "&stage=0&timer=" add pLoadStartTime add "&random_id=" add pLoadStartTime,0);
  14.    pTrackLoadCalled = true;
  15. }
  16.